crypto/cipher.gcm.updateBlocks (method)
3 uses
crypto/cipher (current package)
gcm.go#L323: func (g *gcm) updateBlocks(y *gcmFieldElement, blocks []byte) {
gcm.go#L336: g.updateBlocks(y, data[:fullBlocks])
gcm.go#L341: g.updateBlocks(y, partialBlock[:])
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)